home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / ien / ien-91 < prev    next >
Text File  |  1988-12-01  |  6KB  |  223 lines

  1.  
  2.  
  3.    
  4.    IEN 91
  5.                                     
  6.                                     
  7.                                     
  8.                                     
  9.                                     
  10.                                     
  11.                             Address Mappings
  12.  
  13.  
  14.  
  15.                                     
  16.                                     
  17.  
  18.                            Jonathan B. Postel
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.                                2 May 1979
  34.  
  35.  
  36.  
  37.  
  38.                      Information Sciences Institute
  39.                    University of Southern California
  40.                            4676 Admiralty Way
  41.                    Marina del Rey, California  90291
  42.  
  43.                              (213) 822-1511
  44.  
  45.  
  46.                                                                J. Postel
  47. IEN 91                                                               ISI
  48.                                                               2 May 1979
  49.  
  50.  
  51.  
  52.                             ADDRESS MAPPINGS
  53.                             ----------------
  54.  
  55.  
  56.  
  57. Internet Address
  58. ----------------
  59.  
  60.    This memo describes  the relationship  between address fields used in
  61.    the Internet Protocol (IN) [1] and several specific networks.
  62.  
  63.    An internet  address  is a 32 bit quantity,  divided  into an  8  bit
  64.    network number and a 24 bit local address as shown below.
  65.  
  66.       +--------+--------+--------+--------+
  67.       !    Net !      Local  Address      !
  68.       +--------+--------+--------+--------+
  69.  
  70.    The local address  carries  information  to address  a  host  in  the
  71.    network  identified  by the network number.  Since each network has a
  72.    particular address format and length, the following section describes
  73.    the mapping  between  internet local addresses and the actual address
  74.    format used in the particular network.
  75.  
  76. Internet to Local Net Address Mappings
  77. --------------------------------------
  78.  
  79.    The following  transformations are used to convert internet addresses
  80.    to local net addresses and vice versa:
  81.  
  82.       ARPANET
  83.       -------
  84.  
  85.          The ARPANET (with 96 bit leaders) has 24 bit addresses.  The 24
  86.          bits are assigned  to host,  logical  host,  and IMP fields  as
  87.          illustrated  below.   These 24 bit addresses  are used directly
  88.          for the 24 bit local address of the internet address.
  89.  
  90.          The network number of the ARPANET is 10.
  91.  
  92.          +--------+--------+--------+
  93.          !  HOST  !   LH   !  IMP   !
  94.          +--------+--------+--------+
  95.               8        8        8
  96.  
  97.  
  98.  
  99.  
  100.  
  101. Postel                                                          [Page 1]
  102.  
  103.  
  104.                                                               2 May 1979
  105. IEN 91                                                  Address Mappings
  106.  
  107.  
  108.  
  109.       SATNET
  110.       ------
  111.  
  112.          The Atlantic  Satellite Packet Network has 16 bit addresses for
  113.          hosts.  These addresses may be assigned independent of location
  114.          (i.e.,  ground station).  It is also possible to assign several
  115.          addresses  to one physical  host,  so the addresses are logical
  116.          addresses.   The 16 bit SATNET address is located in the 24 bit
  117.          internet local address as shown below.
  118.  
  119.          The network number of the SATNET is 4.
  120.  
  121.          +--------+----------------+
  122.          !  ZERO  !        HOST    !
  123.          +--------+----------------+
  124.               8           16
  125.  
  126.       PRNET
  127.       -----
  128.  
  129.          The Packet  Radio networks  use 16 bit  addresses.   These  are
  130.          independent  of location (indeed the hosts may be mobile).  The
  131.          16 bit PRNET addresses are located in the 24 bit internet local
  132.          address as shown below.
  133.  
  134.          The network numbers of the PRNETs are:
  135.  
  136.             BBN-PR      1
  137.             SF-PR-1     2
  138.             SILL-PR     5
  139.             SF-PR-2     6
  140.             BRAGG-PR    9
  141.             DC-PR      20
  142.  
  143.          +--------+----------------+
  144.          !  ZERO  !        HOST    !
  145.          +--------+----------------+
  146.               8           16
  147.  
  148.       LCSNET
  149.       ------
  150.  
  151.          The LCS NET at MIT's Laboratory  for Computer  Science  uses 32
  152.          bit addresses  of several  formats.   Please  see [2] for  more
  153.          details.   The most common format locates the low order 24 bits
  154.          of the 32 bit LCS NET address  in the  24  bit  internet  local
  155.          address, as shown below.
  156.  
  157.          The network number of the LCS NET is 18.
  158.  
  159.  
  160.  
  161. Postel                                                          [Page 2]
  162.  
  163.  
  164.                                                               2 May 1979
  165. IEN 91                                                  Address Mappings
  166.  
  167.  
  168.  
  169.          +--------+--------+--------+
  170.          !   SUB  !RESERVED!  HOST  !
  171.          !   NET  !        !        !
  172.          +--------+--------+--------+
  173.               8        8        8
  174.  
  175.       EDN
  176.       ---
  177.  
  178.          The Experimental  Data Network  at  the  Defense  Communication
  179.          Engineering  Center (DCEC) uses the old 1822 32 bit leader, and
  180.          so has 8 bit addresses.   These 8 bit EDN addresses are located
  181.          in the 24 bit internet local address as shown below.
  182.  
  183.          The network number of the EDN is 21.
  184.  
  185.          +------+--+----------+------+
  186.          !      ! H!          !      !
  187.          ! ZERO ! O!   ZERO   !  IMP !
  188.          !      ! S!          !      !
  189.          !      ! T!          !      !
  190.          +------+--+----------+------+
  191.              6    2     10        6
  192.  
  193. References
  194. ----------
  195.  
  196.    [1]     Jonathan B. Postel, "Internetwork Datagram Protocol - Version
  197.            4," Information Sciences Institute, IEN 80, February 1979.
  198.  
  199.    [2]     Noel Chiappa,  David Clark,  David  Reed,  "LCS  Net  Address
  200.            Format,"  M.I.T.  Laboratory  for  Computer  Science  Network
  201.            Implementation, Note No.5, IEN 82, February 1979.
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. Postel                                                          [Page 3]
  222.  
  223.